home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Ken Long / OvalsDoodadd-1.2-c / Think / OvalGlobals.h next >
Encoding:
Text File  |  1994-12-04  |  699 b   |  36 lines  |  [TEXT/KAHL]

  1. //•-----------------------------------------------------------------------•//
  2. //• OvalGlobals.h                                                          •//
  3. //•-----------------------------------------------------------------------•//
  4.  
  5. short    npictButton,
  6.         nbitmapButton,
  7.         nintButton,
  8.         nfpButton,
  9.         nhiddenlinesBox,
  10.         nlnlBox,
  11.         nsquareBox;
  12.     
  13. long    backgroundC,
  14.         earthbackgroundC,
  15.         earthoutlineC,
  16.         ovalTotalC,
  17.         verticalC,
  18.         landC;
  19.  
  20. Rect    H_OvalTotalBarRect,
  21.         V_OvalTotalBarRect,
  22.         H_OvalTotalDataRect,
  23.         V_OvalTotalDataRect,
  24.         horizontalBarRect,
  25.         horizontalDataRect,
  26.         verticalBarRect,
  27.         verticalDataRect,
  28.         controlsRect,
  29.         buttonRect;
  30.  
  31. ControlHandle    hOvalTotalBar,
  32.                 vOvalTotalBar,
  33.                 verticalBar,
  34.                 horizontalBar,
  35.                 goButton;
  36.